Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

increase SD ram for nrf52832 #812

Closed
wants to merge 1 commit into from

Conversation

sessions-matthew
Copy link

Running out of memory with included linker file.

BSP Library : 1.6.0
Bootloader  : s132 6.1.1
Serial No   : 6BF6CDFE7D52A249

[CFG   ] SoftDevice config require more SRAM than provided by linker.
App Ram Start must be at least 0x20004730 (provided 0x20003600)
Please update linker file or re-config SoftDevice
[CFG   ] SoftDevice's RAM requires: 0x20004730
bool AdafruitBluefruit::begin(uint8_t, uint8_t): 447: verify failed, error = NRF_ERROR_NO_MEM
virtual err_t BLEService::begin(): 83: verify failed, error = BLE_ERROR_NOT_ENABLED
virtual err_t BLEDis::begin(): 114: verify failed, error = BLE_ERROR_NOT_ENABLED
bool BLEUuid::begin(): 147: verify failed, error = BLE_ERROR_NOT_ENABLED
virtual err_t BLEService::begin(): 83: verify failed, error = BLE_ERROR_NOT_ENABLED
virtual err_t BLEUart::begin(): 161: verify failed, error = BLE_ERROR_NOT_ENABLED
uint8_t AdafruitBluefruit::getName(char*, uint16_t): 531: verify failed, error = BLE_ERROR_NOT_ENABLED
bool BLEAdvertising::_start(uint16_t, uint16_t): 377: verify failed, error = BLE_ERROR_NOT_ENABLED

@hathach
Copy link
Member

hathach commented Feb 19, 2024

this is application-specific, other user sketch may want that amout of SRAM for other thing. Please keep your change locally

@hathach hathach closed this Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants